home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / sampler / Sampler.app / Sampler.nib / data.classes next >
Text File  |  1993-11-15  |  191b  |  17 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SampleView = {
  7.     ACTIONS = {
  8.     start:;
  9.     stop:;
  10.     };
  11.     OUTLETS = {
  12.     pid;
  13.     interval;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17.